syscall.SockaddrLinklayer.raw (field)
9 uses
	syscall (current package)
		syscall_linux.go#L586: 	raw      RawSockaddrLinklayer
		syscall_linux.go#L593: 	sa.raw.Family = AF_PACKET
		syscall_linux.go#L594: 	sa.raw.Protocol = sa.Protocol
		syscall_linux.go#L595: 	sa.raw.Ifindex = int32(sa.Ifindex)
		syscall_linux.go#L596: 	sa.raw.Hatype = sa.Hatype
		syscall_linux.go#L597: 	sa.raw.Pkttype = sa.Pkttype
		syscall_linux.go#L598: 	sa.raw.Halen = sa.Halen
		syscall_linux.go#L599: 	sa.raw.Addr = sa.Addr
		syscall_linux.go#L600: 	return unsafe.Pointer(&sa.raw), SizeofSockaddrLinklayer, nil
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |